home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.attributescheck == 0)
- {
- _root.checks = _root.checks + 1;
- _root.attributescheck = _root.attributescheck + 1;
- }
- if(_root.attributepts > 0 && _root.yourcondition < _root.maxcondition)
- {
- _root.attributepts--;
- _root.yourcondition = _root.yourcondition + 1;
- }
- }
-